Release 10.1A: OpenEdge Data Management:
SQL Reference
Data types
CREATE TABLEstatements specify the data type for each column in the table they define. This section describes the data types SQL supports for table columns. All the data types can store null values. A null value indicates that the value is not known and is distinct from all non-null values.This is the syntax for a data type:
Example 1 illustrates the use of data types in a
CREATE TABLEstatement:
The OpenEdge SQL data types are:
Each data type is described in the following sections.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |